organization Property |
String that contains the distinguished name of the current organizational context in which the application is running.
Syntax
Scripting |
application.organization [ =sOrganization ] |
Parameters
Parameter |
Description |
---|---|
sOrganization |
Required. String that denotes the distinguished name of an organization. |
Remarks
The value for this property if not set programmatically, will be usually the organizational context of the source application (srcApplication). If the application is launched from the Tree node in the Process Platform Ajax Toolkit framework, then the value for this property will be the organization under which the tree item appears.
The property can be used for setting and retrieving the current organizational context. A sample of how the value can be set to can be seen below:
application.organization = "o=system,cn=cordys,o=vanenburg.com";
The property will be available only for applications started using the select() method of the application component, and only after the onselect event is fired. For applications started without using the select() method (For those which run as FRAMES inside other applications), the parent's application.organization property can be used.
This property will be used by the busdataisland component if the organization
property of the busdataisland component is not set.
Organizational context will change with every selection made on the application, depending upon the position of its parent/source application.